projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
792eb71
)
(tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph.
author
Juri Linkov
<juri@jurta.org>
Thu, 18 Oct 2007 00:07:24 +0000
(
00:07
+0000)
committer
Juri Linkov
<juri@jurta.org>
Thu, 18 Oct 2007 00:07:24 +0000
(
00:07
+0000)
lisp/tutorial.el
patch
|
blob
|
history
diff --git
a/lisp/tutorial.el
b/lisp/tutorial.el
index 4913da63f5cc8d2cc2ed6180a118b6ff331b944d..336593891ab6151ec4b8316ca636a4693e076c5e 100644
(file)
--- a/
lisp/tutorial.el
+++ b/
lisp/tutorial.el
@@
-291,7
+291,7
@@
LEFT and RIGHT are the elements to compare."
;; * MODE LINE
(describe-mode [?\C-h ?m])
(set-fill-column [?\C-x ?f])
- (fill-paragraph
-or-region
[?\M-q])
+ (fill-paragraph [?\M-q])
;; * SEARCHING
(isearch-forward [?\C-s])